home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / frame_7530 / PlaceObject2_1214_110 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2006-07-21  |  344b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.dropship7._currentframe < 12)
  3.    {
  4.       this._x = _root.dropship7._x + 0;
  5.       this._y = _root.dropship7._y + 0;
  6.       stop();
  7.    }
  8.    if(_root.ds7._currentframe < 2)
  9.    {
  10.       if(_root.dropship7._currentframe > 12)
  11.       {
  12.          _root.ds7.nextFrame();
  13.          stop();
  14.       }
  15.    }
  16. }
  17.